From 37e5ba955b310e509ac7696f129eaeec3724cbc3 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sun, 23 Dec 2007 05:59:35 +0000 Subject: [PATCH] (mac-apple-event-map): Bind kHICommandAbout event to `about-emacs' instead of `display-splash-screen'. --- lisp/term/mac-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 483e73464dc..b147241b902 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -1777,7 +1777,7 @@ Currently the `mailto' scheme is supported." (define-key mac-apple-event-map [internet-event get-url] 'mac-ae-get-url) -(define-key mac-apple-event-map [hi-command about] 'display-splash-screen) +(define-key mac-apple-event-map [hi-command about] 'about-emacs) ;;; Converted Carbon Events (defun mac-handle-toolbar-switch-mode (event) -- 2.30.2